Mesh Workbench/ja
Mesh workbench icon
Introduction
メッシュワークベンチ では三角形メッシュ を取り扱えます。メッシュは3Dオブジェクトの特別なタイプの一つで、エッジと角(頂点とも呼ばれます)によってつながった三角形によって構成されます。
Sketchup 、Blender 、 Maya 、3d studio max といった多くの3Dアプリケーションでは基本となる3Dオブジェクトのタイプとしてメッシュを使用しています。これはメッシュが頂点(点)、エッジ、(三角形)面のみからなる非常にシンプルなオブジェクトで作成や変更、分割、伸縮をとても簡単に行うことができ、劣化なしで容易にアプリケーション間でのやり取りができるためです。また非常にシンプルなデータからできているので3Dアプリケーションは非常に大量のデータであっても普通は問題を起こすことなく扱うことができます。これらの理由からしばしばメッシュは映画やアニメーション、画像作成といったアプリケーションで取り扱う3Dオブジェクトの選択肢となります。
しかしエンジニアリング分野ではメッシュには大きな欠点があります。点とラインと面だけでできているせいで非常に融通がききづらいのです。メッシュは面だけで形づくられ、体積情報がないのでソリッドとして振る舞うことができません。メッシュではある点がオブジェクトの内側にあるのか外側にあるのか自動で判定する方法がありません。つまり加算や減算に代表される全てのソリッドベースの操作はメッシュに対して行うことがかなり難しく、エラーが起きやすいのです。
メッシュモジュールの使用方法
メッシュモジュールの現在のインターフェイスは非常にシンプルで全ての機能はMesh メニューにまとめられています。メッシュに対して行うことのできる操作の中でももっとも重要なものは以下の通りです:
複数のファイルフォーマットでのメッシュのインポート
複数のファイルフォーマットでのメッシュのエクスポート
パート オブジェクトのメッシュへの変換
曲率、面の解析とメッシュを問題なくソリッドに変換できるかどうかのチェック
メッシュ法線 の反転
メッシュに開いた穴の穴埋め
メッシュ面の除去
メッシュの結合、減算、交差
直方体、球、円錐、円筒といったメッシュプリミティブの作成
ラインに沿ったメッシュの切断
Add triangle : Adds faces along a boundary of an open mesh object.
Boolean
Union : Creates a mesh object that is the union of two mesh objects.
Intersection : Creates a mesh object that is the intersection of two mesh objects.
Difference : Creates a mesh object that is the difference of two mesh objects.
Merge : Creates a mesh object by combining the meshes of two or more mesh objects.
Unwrap mesh : Creates a flat representation of a mesh object.
Unwrap face : Creates a flat representation of a face of a shape object.
Preferences
There are some export preferences related to Mesh Formats but these are not used by commands belonging to this workbench. They are used by the Std Export command.
Mesh Workbench preferences can be found in the following groups in the Preferences Editor :
リンク
Mesh
Miscellaneous: Import mesh , Export mesh , Create mesh from shape , Regular solid , Unwrap Mesh , Unwrap Face
Modifying: Harmonize normals , Flip normals , Fill holes , Close hole , Add triangle , Remove components , Remove components by hand , Smooth , Refinement , Decimation , Scale
User documentation
Getting started
Installation: Download , Windows , Linux , Mac , Additional components , Docker , AppImage , Ubuntu Snap
Basics: About FreeCAD , Interface , Mouse navigation , Selection methods , Object name , Preferences , Workbenches , Document structure , Properties , Help FreeCAD , Donate
Help: Tutorials , Video tutorials
Workbenches : Std Base , Assembly , BIM , CAM , Draft , FEM , Inspection , Material , Mesh , OpenSCAD , Part , PartDesign , Points , Reverse Engineering , Robot , Sketcher , Spreadsheet , Surface , TechDraw , Test Framework